XML-RPC document
Type
glossary
Description
An XML-RPC document is a data structure containing all the information associated with a remote procedure call according to the XML-RPC protocol. An XML-RPC document contains either a request to execute, or a response to such an executed request.
Important
The revXMLRPC_DeleteDocument command is part of the XML-RPC library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "XML-RPC" library checkbox is checked.
Related
control structure: function
glossary: XML-RPC, LiveCode custom library, Standalone Application Settings, standalone application, command
library: XML-RPC library